Xceed Toolkit Plus for WPF v4.6 Documentation
CanRepositionItems Property


Xceed.Wpf.AvalonDock Assembly > Xceed.Wpf.AvalonDock.Layout Namespace > LayoutPositionableGroup<T> Class : CanRepositionItems Property
Gets or sets a value indicating whether the LayoutDocuments can be repositioned in the LayoutDocumentPane via a drag of the LayoutDocumentTabItems, or if the LayoutAnchorables can be repositioned in the LayoutAnchorablePane via a drag of the LayoutAnchorableTabItems.
Syntax
'Declaration
 
Public Property CanRepositionItems As Boolean
'Usage
 
Dim instance As LayoutPositionableGroup(Of T)
Dim value As Boolean
 
instance.CanRepositionItems = value
 
value = instance.CanRepositionItems
public bool CanRepositionItems {get; set;}

Property Value

true if the LayoutDocuments can be repositioned in the LayoutDocumentPane via a drag of the LayoutDocumentTabItems, or if the LayoutAnchorables can be repositioned in the LayoutAnchorablePane via a drag of the LayoutAnchorableTabItems; false, otherwise. By default, true.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LayoutPositionableGroup<T> Class
LayoutPositionableGroup<T> Members